home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / browser / setDesktopBackground.css < prev    next >
Cascading Style Sheet File  |  2009-07-01  |  363b  |  15 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace html url("http://www.w3.org/1999/xhtml");
  3.  
  4. html|canvas#screen {
  5.   margin: 12px 11px 32px;
  6. }
  7.  
  8. #monitor {
  9.   list-style-image: url("chrome://browser/skin/monitor.png");
  10. }
  11.  
  12. #monitor[aspectratio="16:10"] {
  13.   list-style-image: url("chrome://browser/skin/monitor_16-10.png");
  14. }
  15.